Autogenerated HTML docs for v1.5.4-rc5-5-gab98
diff --git a/config.txt b/config.txt index 877eda9..4e222f1 100644 --- a/config.txt +++ b/config.txt
@@ -367,6 +367,11 @@ it unless you understand the implications (see linkgit:git-rebase[1] for details). +browser.<tool>.path:: + Override the path for the given tool that may be used to + browse HTML help (see '-w' option in linkgit:git-help[1]) or a + working repository in gitweb (see linkgit:git-instaweb[1]). + clean.requireForce:: A boolean to make git-clean do nothing unless given -f or -n. Defaults to true.
diff --git a/git-config.html b/git-config.html index 745cd72..5b5ff95 100644 --- a/git-config.html +++ b/git-config.html
@@ -1209,6 +1209,16 @@ </p> </dd> <dt> +browser.<tool>.path +</dt> +<dd> +<p> + Override the path for the given tool that may be used to + browse HTML help (see <em>-w</em> option in <a href="git-help.html">git-help(1)</a>) or a + working repository in gitweb (see <a href="git-instaweb.html">git-instaweb(1)</a>). +</p> +</dd> +<dt> clean.requireForce </dt> <dd> @@ -2203,7 +2213,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 15-Jan-2008 08:30:41 UTC +Last updated 29-Jan-2008 09:44:48 UTC </div> </div> </body>
diff --git a/git-help.html b/git-help.html index d10f7a2..ea4193b 100644 --- a/git-help.html +++ b/git-help.html
@@ -337,6 +337,44 @@ is available in PATH.</p> <p>Note that the script tries, as much as possible, to display the HTML page in a new tab on an already opened browser.</p> +<p>The following browsers are currently supported by <em>git-help--browse</em>:</p> +<ul> +<li> +<p> +firefox (this is the default under X Window when not using KDE) +</p> +</li> +<li> +<p> +iceweasel +</p> +</li> +<li> +<p> +konqueror (this is the default under KDE) +</p> +</li> +<li> +<p> +w3m (this is the default outside X Window) +</p> +</li> +<li> +<p> +links +</p> +</li> +<li> +<p> +lynx +</p> +</li> +<li> +<p> +dillo +</p> +</li> +</ul> </dd> </dl> </div> @@ -394,7 +432,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 07-Jan-2008 07:50:25 UTC +Last updated 29-Jan-2008 09:44:48 UTC </div> </div> </body>
diff --git a/git-help.txt b/git-help.txt index 09904c7..fb77ca3 100644 --- a/git-help.txt +++ b/git-help.txt
@@ -58,6 +58,16 @@ + Note that the script tries, as much as possible, to display the HTML page in a new tab on an already opened browser. ++ +The following browsers are currently supported by 'git-help--browse': ++ +* firefox (this is the default under X Window when not using KDE) +* iceweasel +* konqueror (this is the default under KDE) +* w3m (this is the default outside X Window) +* links +* lynx +* dillo CONFIGURATION VARIABLES -----------------------